Operators act on vectors and matrices to extract or replace subsets, methods for Circular Data.
# S3 method for circular
[(x, i, …)
object from which to extract elements.
elements to extract or replace.
# NOT RUN {
x <- circular(matrix(rwrappednormal(n=100, mu=circular(0)), nrow=5))
dim(x)
x[1,]
x[,1]
x[,1, drop=FALSE]
# }
Run the code above in your browser using DataLab